﻿/************************************************************************************************************************************************************************/
/*-----| FLEX Boxes													|--------------------------------------------------------------------------------------------------------------*/
.cat, article															{ padding: 0 !important; }

/*-----| Elements														|--------------------------------------------------------------------------------------------------------------*/

.d-flex img																{ width: 100%; }

.cat															{ position: relative; }
.cat .cat_image											{ position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-position: left top; background-size: cover; }
.cat .cat_color											{ position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; }
.cat .cat_content											{ position: relative; z-index: 2; }
article > a, article > a > div, article > a > div > div, article > div, article > div > div, article > div > div > div {
    height: 100%;
}

.border-2																{ border-width: 2px; border-style: solid; } 
.border-4																{ border-width: 4px; border-style: solid; }
.art_link.border,
.art_link.border-2,
.art_link.border-4													{ padding: 1rem !important; border: none; }



